@charset "UTF-8";
.img {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

h2 {
	text-align: center;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	border: thin solid #346D89;
	color: #FFFFFF;
	background-color: #4B9DC6;
	border-radius: 5px;
	font-size: medium;
	padding-top: 3px;
	padding-bottom: 3px;
}
body footer {
	text-align: center;
	font-size: 11px;
	border-top: thin solid #373637;
	margin-left: 20%;
	margin-right: 20%;
	color: #373637;
	margin-top: 1%;
	font-weight: 200;
	font-family: source-sans-pro;
	font-style: normal;
}
#overlay{
	width: 120%;
	height: 100%;
	background: #000000;
	position: fixed;
	opacity: 0.85;
	z-index: 1000;
	display: none;
	margin-left: -25px;
}
#overlay_div_persona{
	width: 80%;
	position: absolute;
	z-index: 1500;
	box-shadow: 10px 10px 10px #000000;
	margin-top: 2%;
	margin-left: 10%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	background-color: #E0E0E0;
	-webkit-box-shadow: 10px 10px 10px #000000;
	display: none;
}
#overlay_div_sharp{
	width: 80%;
	position: absolute;
	z-index: 1500;
	box-shadow: 10px 10px 10px #000000;
	margin-top: 2%;
	margin-left: 10%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	background-color: #E0E0E0;
	-webkit-box-shadow: 10px 10px 10px #000000;
	display: none;
}
#overlay_div_cooker{
	width: 80%;
	position: absolute;
	z-index: 1500;
	box-shadow: 10px 10px 10px #000000;
	margin-top: 2%;
	margin-left: 10%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	background-color: #E0E0E0;
	-webkit-box-shadow: 10px 10px 10px #000000;
	display: none;
}
#overlay_div_prefixing{
	width: 80%;
	position: absolute;
	z-index: 1500;
	box-shadow: 10px 10px 10px #000000;
	margin-top: 2%;
	margin-left: 10%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	background-color: #E0E0E0;
	-webkit-box-shadow: 10px 10px 10px #000000;
	display: none;
}
#overlay_div_machine{
	width: 80%;
	position: absolute;
	z-index: 1500;
	box-shadow: 10px 10px 10px #000000;
	margin-top: 2%;
	margin-left: 10%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	background-color: #E0E0E0;
	-webkit-box-shadow: 10px 10px 10px #000000;
	display: none;
}
p {
	color: #000000;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: small;
	text-align: center;
}
.p_left {
	color: #000000;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: small;
	text-align: left;
}
h3 {
	background-color: #FDFDFD;
	color: #346D89;
	text-align: center;
	margin-bottom: 5px;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	font-size: x-large;
	margin-top: 10px;
}
h4 {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	font-size: large;
}
#trainstation_page{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.btn {
	padding-top: 8px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 8px;
	border: 2px solid #4B9DC6;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: none;
	font-family: source-sans-pro;
	font-style: normal;
	color: #4B9DC6;
	font-size: small;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
	background-color: #346D89;
	color: #FFFFFF;
	border: 2px solid #346D89;
}
 
.btn:hover {
	background-color: #CEF3FF;
	border: 2px solid #4B9DC6;
	color: #346D89;
}
#note{
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #4B9DC6;
}

.hovereffect .title {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .title {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  opacity: 0.15;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h1 {
	text-transform: capitalize;
	text-align: center;
	position: relative;
	background-color: transparent;
	color: #FFFFFF;
	padding-right: 0;
	padding-left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	font-size: x-large;
	padding-top: 10%;
}

.hovereffect a, hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
@media (min-width: 960px) and (max-width: 1200px){
h2 {
	text-align: center;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 300;
	border: thin solid #346D89;
	color: #FFFFFF;
	background-color: #4B9DC6;
	border-radius: 10px;
	font-size: medium;
	padding-top: 3px;
	padding-bottom: 3px;
}
.btn {
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	border: 2px solid #4B9DC6;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: none;
	font-family: source-sans-pro;
	font-style: normal;
	color: #4B9DC6;
	font-size: small;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
	margin-right: 15px;
}
}

@media (min-width: 650px) and (max-width: 959px){
.btn {
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	border: 2px solid #4B9DC6;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: none;
	font-family: source-sans-pro;
	font-style: normal;
	color: #4B9DC6;
	font-size: small;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
	margin-right: 15px;
}
}

@media (max-width: 649px){
.btn {
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	border: 2px solid #4B9DC6;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: none;
	font-family: source-sans-pro;
	font-style: normal;
	color: #4B9DC6;
	font-size: small;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 15px;
	margin-right: 15px;
}
}
.paragraph {
}
.p_left {
}
